| Modifier and Type | Field and Description |
|---|---|
BilateralAtomicNegotiationSession |
Agent.fNegotiation
Reference to protocol which is set when experimental setup is enabled.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OpponentModel.setOpponentUtilitySpace(BilateralAtomicNegotiationSession fNegotiation)
Method which may be overwritten by an opponent model to get access to the opponent's
utilityspace.
|
void |
AcceptanceStrategy.setOpponentUtilitySpace(BilateralAtomicNegotiationSession fNegotiation)
Method which may be overwritten to get access to the opponent's utilityspace in an experimental setup.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PerfectIAMhagglerBayesianModel.setOpponentUtilitySpace(BilateralAtomicNegotiationSession session) |
void |
ParallelOM.setOpponentUtilitySpace(BilateralAtomicNegotiationSession session) |
void |
PerfectModel.setOpponentUtilitySpace(BilateralAtomicNegotiationSession session) |
void |
PerfectScalableBayesianModel.setOpponentUtilitySpace(BilateralAtomicNegotiationSession session) |
| Modifier and Type | Method and Description |
|---|---|
void |
Protocol.fireBilateralAtomicNegotiationSessionEvent(BilateralAtomicNegotiationSession session,
ProfileRepItem profileA,
ProfileRepItem profileB,
AgentRepItem agentA,
AgentRepItem agentB,
java.lang.String agenAName,
java.lang.String agentBName) |
| Modifier and Type | Class and Description |
|---|---|
class |
AlternatingOffersBilateralAtomicNegoSession
This is an updated version which has shared deadlines for both agents,
implemented with
Timeline. |
| Modifier and Type | Class and Description |
|---|---|
class |
AuctionBilateralAtomicNegoSession |